home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2175 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: tomtec.abg.sub.org!judas
  2. From: judas@tomtec.abg.sub.org (Th.Huber)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re:  Demo/game to OS friendly part II
  5. Distribution: world
  6. Message-ID: <judas.0hnz@tomtec.abg.sub.org>
  7. References:  <4dg16j$ha1@serpens.rhein.de> <4djdn2$2tk@sunsystem5.informatik.tu-muenchen.de> <4dk1km$k4@serpens.rhein.de> <4dm2ak$pgo@sunsystem5.informatik.tu-muenchen.de> <4dmmi9$9je@serpens.rhein.de> <4e0ssb$hld@oreig.uji.es> <4e1amj$5m6@serpens.rhein.de>
  8. Date: 28 Jan 96 01:03:52 MET
  9.  
  10. In article <4e1amj$5m6@serpens.rhein.de> mlelstv@serpens.rhein.de (Michael van Elst) writes:
  11. >ii202@rossegat.uji.es (Jorge Acereda Macia) writes:
  12.  
  13. >>I also do that. Just to ensure that no other task is using audio.device.
  14. >>Is there any OS friendly mod player that I'm not aware of?
  15. >
  16. >Yes, several. They just use standard audio.device calls and no
  17. >pokes to the hardware.
  18.  
  19. Don`t forget to mention the various soundeffects you get with audio.device.
  20. Protrackersongs often use the same sample on 2 channels.
  21. No problem for a good replay-code, but a big problem for audio.device.
  22.  
  23. Audio.device has timing problems, thus produces wierd, unpredictable phasing effects.
  24.  
  25. .. as this "improvement" in sound quality isn`t a favour of everyone, it`s much better
  26. to keep hands off audio.device.
  27. (Or just use it for allocation of the channels. )
  28.  
  29. BTW; To test my statement, try delitracker`s "paulanoteplayer (hardware)" and
  30.      also the audio.device-player.
  31.